
/* Resource Directory page  rdpage */

.rdpage {
    padding: 1em 0 0 0 !important;
}
.rdpage h1 {
    margin: 0 0 .5em 0 !important;
    padding: 0 !important;
    font-size: 2em !important;
    font-weight: bold !important;
    color: black !important;
}

.rdpage h2 {
    margin: 1em 0 0 0 !important;
    padding: 0 !important;
    font-size: 1.4em !important;
    font-weight: bold !important;
    color: black !important;
}

.h3table {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    font-size: 1.2em !important;
    color: black !important;
}

.h3notable {
    margin: .75em 0 .2em 0 !important;
    padding: 0 !important;
    font-size: 1.2em !important;
    color: black !important;
}

.h4table {
    margin: 0 0 .5em 0 !important;
    padding: 0 !important;
    font-size: 1.1em !important;
    /* font-weight: bold !important; */
    color: black !important;
}

.h4notable {
    margin: .75em 0 .1em 0 !important;
    padding: 0 !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: black !important;
}

.rdpage h5 {
    margin: 0 0 .5em 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
    font-weight: bold !important;
    color: black !important;
}

.toc {
    margin: .75em 0 .5em 0 !important;
    font-size: 1.1em !important;
    line-height: 1.2 !important;
}

.rdpage a {
    color: #394792 !important;
}

.rdpage a:hover {
    color: #001DC1 !important;
}

.rdpage p {
    margin: 0 !important;
    padding: 0 !important;
    /* line-height: 1 !important; */
}

.spaced p {
    margin-top: .72em !important;
}

.p2 {
    margin: 1em 0 0 0 !important;
}

.rdpage table {
    width: 80% !important;
    margin: 2em !important;
}

.rdpage ul {
	margin: .5em 0 1em 0 !important;
}

.rdpage li {
	margin: .5em 0 0 0 !important;
}

.bulletindent1 li {
    margin: .5em 0 0 2em !important;
}

.th2-1 {
    width: 50% !important;
}

.th2-2 {
    width: 50% !important;
}

.th3-1 {
    width: 50% !important;
}

.th3-2 {
     width: 25% !important;
}

.th3-3 {
    width: 25% !important;
}

.indent1 {
   padding-left: 1.2em !important;
}

.indent2 {
    padding-left: 2.4em !important;
}

.indent3 {
    padding-left: 6.6em !important;
}

.indent4 {
    padding-left: 7.2em !important;
}

.indent5 {
    padding-left: 8em !important;
}

/* Resource Directory home  rdhome  */

.rdhome p {
    margin: .5em 0 0 0 !important;
    font-size: 1.1em !important;
}

.intro {
    font-size: 1.2em !important;
    line-height: 1.5 !important;
}


/* Sidebar main rdsidebarmain  */

.rdsidebarmain {
    padding: 1em 1em 0 0 !important;
}

.rdsidebarmain h1 {
    margin: 0 0 .25 0 !important;
    font-size: 1.4em !important;
    font-weight: bold !important;
    color: #555555 !important;
}

.rdsidebarmain p {
    margin: .4em 0 0 0 !important;
    padding: 0 !important;
    line-height: 120% !important;
    font-size: 1em !important;
}

.rdsidebarmain a {
    color: #394792 !important;
}

.rdsidebarmain a:hover {
    color: #001DC1 !important;
}

/* AM's Resource Directory page updates starting in 2022  */

/*Resource Directory Main Style   rdstyle */

.rdstyle a {
    color: #394792 !important;
}

.rdstyle a:hover {
    color: #001DC1 !important;
}

.rdstyle a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}
.rdstyle a img:hover {
	opacity: .5 !important;
}

.rdstyle h2 {
    font-family: Times,serif !important;
    font-weight: bold !important;
    color: #444444 !important;
}

.rdbacktotop p {
    margin: .5em 0 0 0 !important;
}

.rdbacktotop a {
    color: #2fa046 !important;
    font-family: "Calibri", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

.rdbacktotop a:hover {
    color: #2fa046 !important;
}

/* Resource Directory Left-Navigation rdleftnav  */

.rdleftnav {
    padding: 1em 1em 0 0 !important;
}

.rdleftnav h1 {
    margin: 0 0 .25 0 !important;
    font-size: 1.4em !important;
    font-weight: bold !important;
    color: #555555 !important;
}

.rdleftnav p {
    background: #888888;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 120% !important;
    position: relative;
    font-weight: normal;
    padding: 5px 0 5px 10px;
    margin-top: 0px;
}

.rdleftnav ul {
    list-style-type: none !important;
    list-style-position: inside !important;
}

.rdleftnav li {
    padding: .5em !important;
    line-height: 120% !important;
    margin-bottom: .5em !important;
    border-bottom: 1px solid #ddd !important;
}

.rdleftnav a {
    color: #25408f !important;
    font-family: 'PathwayGothicOneRegular',Arial !important;
    font-size: 24px !important;
    line-height: 24px !important;
    opacity: 1 !important;
    -webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}

.rdleftnav a:hover {
    color: #001DC1 !important;
    opacity: .5 !important; 
}

/* Sidebar circuit rdsidebarcircuit  */

/*   */
